Symmetric Chess

Invented by: Carlos Cetina, 2014

Symmetric layout with the King flanked by two Queens
Bishops range on opposite colors thanks to the Bishop Conversion Rule

Game hierarchy

• Game
    • Generic Chess
        • Generic x8
            • Generic 9x8
                • Symmetric Chess

Board

FEN: rnbqkqbnr/ppppppppp/9/9/9/9/PPPPPPPPP/RNBQKQBNR w AIai - CGcg 0 1

Piece Types

Internal NameNameNotationAdded ByNotes
KingKingKGeneric Chessroyal; can castle
PawnPawnPGeneric Chesscan promote; en passant; pawn structure evaluation
RookRookRSymmetric Chesscastling partner; open file bonus; trap king on back rank bonus
BishopBishopBSymmetric Chessbishop conversion rule; colorbinding evaluation; outpost bonus
KnightKnightNSymmetric Chessoutpost bonus
QueenQueenQSymmetric Chesstrap king on back rank bonus

Game Variables

Name = "Symmetric Chess"
Invented = "2014"
InventedBy = "Carlos Cetina"
NumberOfSquareColors = 2
FENFormat = "{array} {current player} {castling} {en-passant} {bishop-conversion} {half-move clock} {turn number}"
FENStart = "#{Array} w #default #default #default 0 1"
Array = "rnbqkqbnr/ppppppppp/9/9/9/9/PPPPPPPPP/RNBQKQBNR"
DeduplicateMoves = false
StaticExchangeEvaluation = true

Declared in Generic Chess:

StalemateResult = Draw
PromotionRule = Standard
PromotionTypes = "QRNB"
BareKing = false
EnPassant = true
PromotingType = Pawn
CastlingType = King

Declared in Generic x8:

PawnDoubleMove = true

Declared in Generic 9x8:

Castling = Long

Declared in Symmetric Chess:

UseBishopConversionRule = boolean

Rules

MoveCompletionDefaultRule
BasicPromotionRule
EnPassantRule
CheckmateRule
Move50Rule
CastlingRule
BishopConversionRule
RepetitionDrawRule

Evaluations

PawnStructureEvaluation
DevelopmentEvaluation
LowMaterialEvaluation
ColorbindingEvaluation
RookTypeEvaluation
OutpostEvaluation

 
 

COPYRIGHT (C) 2021 BY GREG STRONG